const strconv.maxUint64
4 uses
strconv (current package)
atoi.go#L68: const maxUint64 = 1<<64 - 1
atoi.go#L122: cutoff = maxUint64/10 + 1
atoi.go#L124: cutoff = maxUint64/16 + 1
atoi.go#L126: cutoff = maxUint64/uint64(base) + 1
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |